testing.M.deps (field)

18 uses

	testing (current package)
		testing.go#L2172: 	deps        testDeps
		testing.go#L2217: 		deps:        deps,
		testing.go#L2302: 		listTests(m.deps.MatchString, m.tests, m.benchmarks, m.fuzzTargets, m.examples)
		testing.go#L2337: 		testRan, testOk := runTests(m.deps.MatchString, m.tests, deadline)
		testing.go#L2338: 		fuzzTargetsRan, fuzzTargetsOk := runFuzzTests(m.deps, m.fuzzTargets, deadline)
		testing.go#L2339: 		exampleRan, exampleOk := runExamples(m.deps.MatchString, m.examples)
		testing.go#L2353: 		anyFailed := !testOk || !exampleOk || !fuzzTargetsOk || !runBenchmarks(m.deps.ImportPath(), m.deps.MatchString, m.benchmarks)
		testing.go#L2365: 	fuzzingOk := runFuzzing(m.deps, m.fuzzTargets)
		testing.go#L2503: 		if err := m.deps.StartCPUProfile(f); err != nil {
		testing.go#L2554: 		m.deps.StartTestLog(f)
		testing.go#L2558: 		m.deps.SetPanicOnExit0(true)
		testing.go#L2572: 		m.deps.SetPanicOnExit0(false)
		testing.go#L2578: 		if err := m.deps.StopTestLog(); err != nil {
		testing.go#L2588: 		m.deps.StopCPUProfile() // flushes profile to disk
		testing.go#L2600: 		if err = m.deps.WriteProfileTo("allocs", f, 0); err != nil {
		testing.go#L2612: 		if err = m.deps.WriteProfileTo("block", f, 0); err != nil {
		testing.go#L2624: 		if err = m.deps.WriteProfileTo("mutex", f, 0); err != nil {